PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFile Class / extractPages Method
Start page to extract.
End page to extract.
In This Topic
    extractPages Method
    In This Topic
    Extracts a page from the PDF file.
    Syntax
    public PDFPage[] extractPages( 
       int fromPage,
       int toPage
    )

    Parameters

    fromPage
    Start page to extract.
    toPage
    End page to extract.

    Return Value

    An array of PDF pages.
    Exceptions
    ExceptionDescription
     
    See Also